Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_New

You can use the Q3Box_New function to create a new box.

TQ3GeometryObject Q3Box_New (const TQ3BoxData *boxData);
boxData
A pointer to a TQ3BoxData structure.
DESCRIPTION
The Q3Box_New function returns, as its function result, a new box having the sides and attributes specified by the boxData parameter. If a new box could not be created, Q3Box_New returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996